Package com.cisco.pt.ipc.sim.pdu
Interface LLCHeader
- All Known Subinterfaces:
SnapLLCHeader
- All Known Implementing Classes:
LLCHeaderImpl,SnapLLCHeaderImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetDsap()intgetSsap()voidsetControlField(String controlField) voidvoidsetInfoField(String infoField) voidsetLength(int length) voidMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Header
getPayload, setPayloadMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getDsap
Byte getDsap()- Returns:
- Byte Returns a Byte
-
setDsap
- Parameters:
dsap- Takes in a parameter of dsap
-
getSsap
Byte getSsap()- Returns:
- Byte Returns a Byte
-
setSsap
- Parameters:
ssap- Takes in a parameter of ssap
-
getControlField
String getControlField()- Returns:
- String Returns a String
-
setControlField
- Parameters:
controlField- Takes in a parameter of controlField
-
getInfoField
String getInfoField()- Returns:
- String Returns a String
-
setInfoField
- Parameters:
infoField- Takes in a parameter of infoField
-
getLength
int getLength()- Returns:
- int Returns a int
-
setLength
void setLength(int length) - Parameters:
length- Takes in a parameter of length
-